home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Information / WebSites / Eyetech / DOWNLOAD / X-SUR002.LHA / AmiTCP / bin / startnet
AmigaDOS Script File  |  1999-12-08  |  723b  |  36 lines

  1. .key IPADDRESS
  2. .bra {
  3. .ket }
  4. .def IPADDRESS 10.18.12.72
  5.  
  6. ; log in
  7. echo
  8. echo login: heiko
  9. AmiTCP:bin/login -f heiko
  10. AmiTCP:bin/umask 022
  11. AmiTCP:AmiTCP
  12. WaitForPort AMITCP
  13. ; Configure loop-back device
  14. AmiTCP:bin/ifconfig lo0 localhost
  15. ; Configure Ethernet Device
  16. AmiTCP:bin/ifconfig xsurf {IPADDRESS}
  17. ; Add IP address entry for this host
  18. rx "address AMITCP; 'ADD HOST {IPADDRESS} amiga4000.de '"
  19.  
  20. ; Add route to this host
  21. AmiTCP:bin/route add {IPADDRESS} localhost
  22.  
  23. ; Add route to the default gateway
  24. AmiTCP:bin/route add default 10.18.12.72
  25.  
  26.  
  27. setenv HOSTNAME `AmiTCP:bin/hostname`
  28. Assign TCP: Exists > NIL:
  29. IF Warn
  30.   Mount TCP: from AmiTCP:devs/Inet-Mountlist
  31. EndIf
  32.  
  33. ; Start the internet `super server'
  34. run AmiTCP:bin/inetd
  35.  
  36.